home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  341 b   |  17 lines

  1. on exitFrame
  2.   global gHelp
  3.   repeat with i = 1 to 48
  4.     puppetSprite(i, 1)
  5.   end repeat
  6.   puppetPalette("newpal")
  7.   patchPal()
  8.   if gHelp = 1 then
  9.     set the castNum of sprite 47 to 47
  10.     set the castNum of sprite 13 to 16
  11.   else
  12.     set the castNum of sprite 47 to 18
  13.     set the castNum of sprite 13 to 17
  14.   end if
  15.   updateStage()
  16. end
  17.